- interrupt routine
- 1) обработчик прерывания; программа обработки прерывания2) прерывающая программа
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Interrupt-Vektor — Interrupt Vektor, Eintrag in der Interrupt Tabelle (Interrupt), der auf eine Interrupt Routine verweist. Bei einer Interrupt Anforderung lädt der Prozessor den Interrupt Vektor und führt dann die Routine aus, auf die dieser Vektor zeigt… … Universal-Lexikon
Interrupt — In der Informatik versteht man unter Interrupt (engl. to interrupt, unterbrechen) die kurzfristige Unterbrechung der normalen Programmausführung[1], um eine andere, meist kurze, aber zeitkritische Verarbeitung durchzuführen. Das auslösende… … Deutsch Wikipedia
interrupt handler — Special software located in the operating system kernel that manages and processes system interrupts. Also known as an interrupt service routine (ISR). When an interrupt occurs, the processor suspends and saves its current activity and… … Dictionary of networking
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Interrupt Service Routine — Ein Interrupthandler (auch Unterbrechungsroutine oder Unterbrechungsbehandlung genannt) ist ein Programmstück, das von einer CPU ausgeführt wird, wenn sie durch einen Softwareinterrupt oder Interrupt Request (Unterbrechungsanforderung) gezwungen… … Deutsch Wikipedia
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
Interrupt Request — Die Artikel Interrupt und Unterbrechungsanforderung überschneiden sich thematisch. Hilf mit, die Artikel besser voneinander abzugrenzen oder zu vereinigen. Beteilige dich dazu an der Diskussion über diese Überschneidungen. Bitte entferne diesen… … Deutsch Wikipedia
Interrupt Request — Interruption matérielle On nomme IRQ (de l anglais Interrupt Request, en français: demande d interruption) une interruption qui est déclenchée par une ligne d entrée sortie matérielle d un microprocesseur ou d un microcontrôleur. Les… … Wikipédia en Français
interrupt — A signal to the processor generated by a device under its control, such as the system clock, that interrupts normal processing. An interrupt indicates that an event requiring the processor s attention has occurred, causing the processor to… … Dictionary of networking
interrupt — 1. verb a) to disturb or halt an ongoing process or action by interfering suddenly. A maverick politician repeatedly interrupted the debate by shouting. b) To assert to a computer that an exceptional condition must be handl … Wiktionary
interrupt service routine — See interrupt handler … Dictionary of networking